home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 8
/
El Mac 8.iso
/
Shareware
/
Demos
/
OpenStack™ (Demo US)
/
OpenStack™ Demo
/
Objects Library (Demo)
/
Sample script
/
Sngle⁄Double-Click (mouseUp)
/
Sngle_Double-Click (mouseUp).rsrc
/
HSCR_12800
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-10-23
|
192 b
|
10 lines
on mouseUp
wait 10 ticks
if the mouse is down then
-- your script here
put "double-clic"
else
-- your script here for simple-clic
put "simple-clic"
end if
end mouseUp